Skip to content

Custom deltaBC, foundFV0 and bug fixes#350

Merged
jgrosseo merged 2 commits into
AliceO2Group:masterfrom
ekryshen:master
Nov 26, 2021
Merged

Custom deltaBC, foundFV0 and bug fixes#350
jgrosseo merged 2 commits into
AliceO2Group:masterfrom
ekryshen:master

Conversation

@ekryshen

Copy link
Copy Markdown
Collaborator
  • custom deltaBC for collision-FT0 matching window, set to 300 bcs by default. Used as a workaround to increase FT0 matching efficiency for pilot beams
  • foundFV0 index added in bcsel and evsel tables
  • bux fixes in collision-FT0 matching algorithm

@ekryshen
ekryshen requested review from a team, alibuild, iarsene, jgrosseo and ktf as code owners November 26, 2021 07:04
Comment thread Common/DataModel/EventSelection.h Outdated
Comment on lines +95 to +96
DECLARE_SOA_COLUMN(FoundFT0, foundFT0, int64_t); //! FT0 entry index in FT0s table (-1 if doesn't exist)
DECLARE_SOA_COLUMN(FoundFV0, foundFV0, int64_t); //! FV0 entry index in FV0A table (-1 if doesn't exist)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a index to the other table as it says?
It should then be int only.
And why not declare it as index column?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed,I changed both foundFT0 and foundFV0 types to int32_t.
I am not sure whether is should be defined as index column. I will discuss with Anton. I suggest to merge it as it is now so that people could start using evsel with pilot data.

@jgrosseo

Copy link
Copy Markdown
Contributor

Great, only one comment!

@jgrosseo
jgrosseo enabled auto-merge (squash) November 26, 2021 08:50
@jgrosseo
jgrosseo merged commit 636d58f into AliceO2Group:master Nov 26, 2021
jezwilkinson pushed a commit to jezwilkinson/O2Physics that referenced this pull request Dec 14, 2021
* Custom deltaBC, foundFV0 and bug fixes

* foundFT0/FV0 index type changed to int32_t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants